home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / kcl.lha / c / include.h < prev    next >
C/C++ Source or Header  |  1987-06-04  |  1KB  |  125 lines

  1. /*
  2. (c) Copyright Taiichi Yuasa and Masami Hagiya, 1984.  All rights reserved.
  3. Copying of this file is authorized to users who have executed the true and
  4. proper "License Agreement for Kyoto Common LISP" with SIGLISP.
  5. */
  6.  
  7. /*
  8.     include.h
  9. */
  10.  
  11. #ifdef VAX
  12. #define    AV
  13. #define    UNIX
  14. #define    BSD
  15. #endif
  16.  
  17. #ifdef SUN
  18. #define    AV
  19. #define    MC68K
  20. #define    IEEEFLOAT
  21. #define    UNIX
  22. #define    BSD
  23. #endif
  24.  
  25. #ifdef SUN2R3
  26. #define    AV
  27. #define    MC68K
  28. #define    IEEEFLOAT
  29. #define    UNIX
  30. #define    BSD
  31. #endif
  32.  
  33. #ifdef SUN3
  34. #define    AV
  35. #define    MC68020
  36. #define    IEEEFLOAT
  37. #define    UNIX
  38. #define    BSD
  39. #endif
  40.  
  41. #ifdef NEWS
  42. #define    AV
  43. #define    MC68020
  44. #define    IEEEFLOAT
  45. #define    UNIX
  46. #define    BSD
  47. #endif
  48.  
  49. #ifdef ISI
  50.  
  51.  
  52.  
  53.  
  54.  
  55. #endif
  56.  
  57. #ifdef SEQ
  58.  
  59.  
  60.  
  61.  
  62.  
  63. #endif
  64.  
  65. #ifdef IBMRT
  66.  
  67.  
  68.  
  69. #endif
  70.  
  71. #ifdef ATT3B2
  72. #define    AV
  73. #define    IEEEFLOAT
  74. #define    UNIX
  75. #define    ATT
  76. #endif
  77.  
  78. #ifdef S3000
  79. #define    AV
  80. #define    UNIX
  81. #define    ATT
  82. #endif
  83.  
  84. #ifdef E15
  85. #define    AV
  86. #define    MC68K
  87. #define    IEEEFLOAT
  88. #define    UNIX
  89. #endif
  90.  
  91. #ifdef DGUX
  92.  
  93.  
  94. #endif
  95.  
  96. #ifdef AOSVS
  97.  
  98. #endif
  99.  
  100.  
  101. #include <stdio.h>
  102. #include <setjmp.h>
  103.  
  104. #ifdef UNIX
  105. #include <ctype.h>
  106. #define    isalphanum(x)    isalnum(x)
  107. #endif
  108.  
  109.  
  110. #include "../h/object.h"
  111. #include "../h/vs.h"
  112. #include "../h/symbol.h"
  113. #include "../h/bds.h"
  114. #include "../h/frame.h"
  115. #include "../h/lex.h"
  116. #include "../h/eval.h"
  117.  
  118. #ifdef ATT3B2
  119. #include "../h/att_ext.h"
  120. #else
  121. #include "../h/external.h"
  122. #endif
  123.  
  124. #include "../h/rgbc.h"
  125.